crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table?
Question Posted on 22 Sep 2023Home >> DataBase >> MySQL MCQ >> How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table?

How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table?
Choose the correct option from below list
(1)UPDATE Persons SET LastName='Nilsen' WHERE LastName='Hansen'
(2)UPDATE Persons SET LastName='Hansen' INTO LastName='Nilsen'
(3)MODIFY Persons SET LastName='Nilsen' WHERE LastName='Hansen'
(4)MODIFY Persons SET LastName='Hansen' INTO LastName='Nilsen

Answer:-(1)UPDATE Persons SET LastName='Nilsen' WHERE LastName='Hansen'
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

With MySQL, how can you delete the records where the "FirstName" is "Peter" in the Persons Table?

With MySQL, how can you insert a new record into the "Persons" table?

Which MySQL statement is used to create a database table called "Customers"?

The NOT NULL constraint enforces a column to not accept NULL values.

With MySQL, how can you return the number of records in the "Persons" table?






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap